From 109822e6d0161cc90b5789fc3e4050b56e442f44 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sun, 29 Apr 2018 14:54:21 -0600 Subject: [PATCH] fix version check comment in c++ files. --- gui/main.cc | 2 +- main.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/main.cc b/gui/main.cc index 5e605ab5c..f13d6943e 100644 --- a/gui/main.cc +++ b/gui/main.cc @@ -44,7 +44,7 @@ const char *pathSeparator = ":"; //------------------------------------------------------------------------ int main(int argc, char**argv) { -# MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc +// MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc #if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0)) #error this version of Qt is not supported. #endif diff --git a/main.cc b/main.cc index 68b164a08..55b3aeac2 100644 --- a/main.cc +++ b/main.cc @@ -228,7 +228,7 @@ main(int argc, char* argv[]) (void) new gpsbabel::UsAsciiCodec(); /* make sure a US-ASCII codec is available */ -# MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc +// MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc #if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0)) #error This version of Qt is not supported. #endif -- 2.30.2